home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / mosaic / Helpers / Sparkle Folder / Docs / Known bugs & limitations next >
Encoding:
Text File  |  1994-07-10  |  1.8 KB  |  33 lines  |  [TEXT/ALFA]

  1. • I have a two screen system with my Quadra 610's internal video driving a 
  2.     grey-scale full-page-display and a Radius PrecisionColorPro24Xp driving 
  3.     a 14" monitor. On this system, if I blow up a movie or MPEG to larger 
  4.     than about 640x480, so it straddles two screens, it crashes. 
  5.     I don't know if it's a bug in QuickTime or in my Radius video card, 
  6.     but I'm pretty sure it's not a bug in my code.
  7.     The same thing happens in the MoviePlayer application if you use that to 
  8.     blow up a movie too large.
  9.     I'd be interested in hearing the experiences of other two screen users.
  10.  
  11. • I don't allow you to shrink movies or MPEGs to smaller than 100 pixels wide. 
  12.     This is mainly because the MovieController Component starts looking less 
  13.     and less pleasant as it gets smaller. I can't see this being a major limitation
  14.     to anyone.
  15.  
  16. • At present PICTs are drawn directly to a window, not through a GWorld. This means
  17.      that the PICT is not dithered nicely to the screen. I'll fix that soon enough.
  18.  
  19. • I haven't yet written code to allow you to save a single frame or a set of frames
  20.     as a PICT or set of PICTs. Afgain I'll do this soon enough.
  21.     
  22. • I am aware of the sorta existence of MPEG support in QuickTime 2.0. 
  23.     However    this support is aimed at dedicated MPEG cards. It's not clear to 
  24.     me that anything would be gained by writing up some sort of QT interface 
  25.     that pretended to be dedicated MPEG hardware, largely because I would 
  26.     now not have total control of the decoding process and so would not be 
  27.     able to run things at the maximum speed. A second problem was that, in 
  28.     the versions of QT I've tried so far, everything I tried with MPEG 
  29.     crashed pretty soon. 
  30.     When the final version of QT 2.0 comes along (which hopefully won't 
  31.     crash) I'll reconsider how I should change things to be as friendly as 
  32.     possible to QT 2.0.
  33.